-
Notifications
You must be signed in to change notification settings - Fork 1
Autodoc for the API #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autodoc for the API #134
Conversation
plotly/plotly.py#1802 ideally handles the required |
Also, do we want to document submodules of modules? For the submodules of |
Yes I think so!
Hmmm yes... Is there a way to coax Sphinx into recognizing the existing |
I've looked into the subsubmodule thing and it will require hacking a template for this, so maybe we don't want this to hold us back. |
For the review the html pages are available in CircleCI artifacts |
I think this is now ready for review with the CI part. In the |
This is a very WIP PR, open here for discussion.
To do
__all__
of submodules, and how to populate__all__
(using the codegen forgraph_objects
? Ping @jonmmease )